Pages: [1] 2 |
1. Discovering a New Expedition Frigate - in Player Features and Ideas Discussion [original thread]
Harvey James wrote: so is there any difference between covert cloaks and when a normal cloaking device is put on this ship? You can't use a standard cloak while in warp.
- by Tseehn Marhn - at 2015.10.02 22:54:09
|
2. Browser REST plugin - in EVE Technology Lab [original thread]
I don't doubt many people know already; but I didn't and this would have saved me some time. There are REST client plugins for browsers you can use to explore CREST; showing headers and content. You can (at least for the Mozilla one) even do the ...
- by Tseehn Marhn - at 2015.04.25 00:55:07
|
3. Do any API's exist to determine a jump route? - in EVE Technology Lab [original thread]
I made a jump router a few years ago. What you'll need to do is make an A* (pronounced A-star) path finding algorithm. The algorithm itself is very easy to implement; the hard part will be tuning it and caching results so processing doesn't take ...
- by Tseehn Marhn - at 2015.04.22 18:03:25
|
4. Developer Documentation - in EVE Technology Lab [original thread]
I came into this game exclusively to program tools for it. It's the biggest reason I joined, and pretty much all I do here. I can see your point of view. While I think it would be nice to have one place where all the tools are available, along wi...
- by Tseehn Marhn - at 2013.10.29 16:42:00
|
5. EVE Central is now dead? - in EVE General Discussion [original thread]
Victoria Sin wrote: Tseehn Marhn wrote: If it is workaround-able, and the parser library devs take awhile to update their libs, I may have to write my own. In which case, does anyone know how the data is stored in the files? I'm assuming it...
- by Tseehn Marhn - at 2013.09.04 21:31:00
|
6. EVE Central is now dead? - in EVE General Discussion [original thread]
I use Eve Cache Parser for my software, and it looks like quite a bit has changed. It still seems to pull the right cache files; I looked at four items in the market, and the parser returned four cache files, but all the data is goofy. I only got ...
- by Tseehn Marhn - at 2013.09.04 20:05:00
|
7. Whats the origin of your characters name. - in EVE General Discussion [original thread]
Katran Luftschreck wrote: Book of Myst Fantastic books. Highly underrated and largely unknown. Glad I'm not the only one who found 'em.
- by Tseehn Marhn - at 2012.11.10 09:11:00
|
8. Whats the origin of your characters name. - in EVE General Discussion [original thread]
My online name for all my console systems has always been Sectrix, from way back when I played Unreal on the Dreamcast. I just made up a name that I thought sounded cool at the time. Turns out a sectrix is actually a, "curve swept out by the poin...
- by Tseehn Marhn - at 2012.11.09 07:24:00
|
9. 4.4M SP pilot looking for PVP or Industrial warfare corp - in Alliance and Corporation Recruitment Center [original thread]
I realize those are two very different types of corps I'm looking for, but I'm trying to change things up and these are my two primary interests. I've looked through dozens of recruitment ads and wasn't convinced any one was quite right, so I'll t...
- by Tseehn Marhn - at 2012.09.16 06:42:00
|
10. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Barl Rathbone wrote: Tseehn Marhn wrote: Ah, well, good to know it should work. Also good to know no order ID means dead order. Mind you I wouldn't trust a single order message -- I aggregate orders over time and then process through s...
- by Tseehn Marhn - at 2012.07.03 19:34:00
|
11. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Barl Rathbone wrote: Tseehn Marhn wrote: Barl Rathbone wrote: I would love, love, LOVE if CCP would generate a market message that hits our cache when volumeRemaining hits 0 on an order (ie, it completes). That'd make my life a heck of a ...
- by Tseehn Marhn - at 2012.07.01 17:43:00
|
12. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Barl Rathbone wrote: I would love, love, LOVE if CCP would generate a market message that hits our cache when volumeRemaining hits 0 on an order (ie, it completes). That'd make my life a heck of a lot easier. I've been trying to think of a w...
- by Tseehn Marhn - at 2012.06.30 21:25:00
|
13. Reverence - 100% compatible EVE cache library for Python - in EVE Technology Lab [original thread]
Has anyone ported this to VB? If not I think I may give it a go. I've never used python, so I'm sure I'll be back with questions. Sorry in advance.
- by Tseehn Marhn - at 2012.06.20 04:17:00
|
14. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Desmont McCallock wrote: Are you using the .NET native json parser? http://msdn.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx#Y0 Btw, I'll just repeat, prices should be cast to decimal. Yes, I am. I'...
- by Tseehn Marhn - at 2012.06.13 13:06:00
|
15. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Yeah, it's easily solved. Convert.ToDouble(yourArrayData(index))
- by Tseehn Marhn - at 2012.06.13 00:20:00
|
16. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Ilyk Halibut wrote: Tseehn Marhn wrote: Also the price values. Sometimes they're coming through as ints, other times as floats. Is this on purpose, or is something on my end casting things funny? I just tried to reproduce this and couldn'...
- by Tseehn Marhn - at 2012.06.12 22:56:00
|
17. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Desmont McCallock wrote: https://forums.eveonline.com/default.aspx?g=posts&m=974200#post974200 I see. Ah well.
- by Tseehn Marhn - at 2012.06.12 21:46:00
|
18. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Finally got a VB application storing data to a local DB after screwing around with pathfinding algorithms for way too long (damn you D* Lite...). I actually came to ask about the old records, but I see that that's on purpose. I also had another ...
- by Tseehn Marhn - at 2012.06.12 13:54:00
|
19. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
I see. So the EMDR is a stream of all the individual player uploads, collected from the various websites.
- by Tseehn Marhn - at 2012.06.06 06:33:00
|
20. Real-time market data service: EVE Market Data Relay (testing) - in EVE Technology Lab [original thread]
Just started looking into building a real-time market analyzer, and this caught my interest. I've done zero work with any EVE market apis before, so just a quick newbie question: What, exactly, is in the data dumps? Current universe-wide buy and...
- by Tseehn Marhn - at 2012.06.05 05:46:00
|
Pages: [1] 2 |
First page | Previous page | Next page | Last page |